xen/pvshim: forward evtchn ops between L0 Xen and L2 DomU
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 11 Jan 2018 11:41:19 +0000 (11:41 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 16 Jan 2018 18:34:05 +0000 (18:34 +0000)
commit368ae9a05fee67442fe4e40977e37ffc4b3d2c62
tree045a1567501c7719aa888da52f0de0a36023109d
parent785190fa86512637e1b369cd53ac529a5441bceb
xen/pvshim: forward evtchn ops between L0 Xen and L2 DomU

Note that the unmask and the virq operations are handled by the shim
itself, and that FIFO event channels are not exposed to the guest.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
Signed-off-by: Sergey Dyasli <sergey.dyasli@citrix.com>
xen/arch/x86/compat.c
xen/arch/x86/guest/xen.c
xen/arch/x86/pv/hypercall.c
xen/arch/x86/pv/shim.c
xen/common/event_channel.c
xen/drivers/char/xen_pv_console.c
xen/include/asm-x86/hypercall.h
xen/include/asm-x86/pv/shim.h
xen/include/xen/event.h
xen/include/xen/pv_console.h